Some updates
authorMatthias Clasen <mclasen@redhat.com>
Mon, 7 Oct 2013 13:05:43 +0000 (09:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 7 Oct 2013 13:05:43 +0000 (09:05 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 33438f31c301b45087c9c2b4c87f25a6c252612a..d6b0802914920442413b7adc6c601ba0c174c653 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Overview of Changes in GTK+ 3.10 to 3.11.0
+==========================================
+
+* New notebook tab styling: GtkNotebook now offers a way
+  for themes to opt out of the tab rendering, with the
+  'has-tab-gap' style property. The Adwaita theme is using
+  this to achieve a more modern tab appearance.
+
+* GtkFlowBox: A container that its children in a reflowing
+  grid, which can be oriented horizontally or vertically.
+  It is similar to GtkListBox in that the children can
+  be sorted and filtered, and by requiring a dedicated child
+  widget type, GtkFlowBoxChild. It is similar to GtkTreeView
+  in that is supports a full set of selection modes, including
+  rubberband selection.
+
+
 Overview of Changes in GTK+ 3.9.14 to 3.9.16
 ============================================